GetTargetIndexPathForMoveOfItemFromOriginalIndexPath Method
In This Topic
Syntax
'Declaration
Public Overridable Function GetTargetIndexPathForMoveOfItemFromOriginalIndexPath( _
ByVal As UIKit.UICollectionView, _
ByVal As Foundation.NSIndexPath, _
ByVal As Foundation.NSIndexPath, _
ByVal As Foundation.NSIndexPath _
) As Foundation.NSIndexPath
public virtual Foundation.NSIndexPath GetTargetIndexPathForMoveOfItemFromOriginalIndexPath(
UIKit.UICollectionView ,
Foundation.NSIndexPath ,
Foundation.NSIndexPath ,
Foundation.NSIndexPath
)
Parameters
- collectionView
- originalIndexPath
- currentIndexPath
- proposedIndexPath
See Also